From: Sam Steingold Date: Fri, 4 Feb 2011 14:54:13 +0000 (-0500) Subject: * lisp/mouse.el (mouse-buffer-menu-mode-groups): Add a "GDB" group. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~4930 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=1c59343e75d84652aa0391751caa2baaf4c865aa;p=emacs.git * lisp/mouse.el (mouse-buffer-menu-mode-groups): Add a "GDB" group. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 05ac04a8313..38995c742cb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2011-02-04 Sam Steingold + + * mouse.el (mouse-buffer-menu-mode-groups): Add a "GDB" group. + 2011-02-04 Andreas Schwab * international/mule-util.el (with-coding-priority): Doc fix. diff --git a/lisp/mouse.el b/lisp/mouse.el index c0b86d45028..87f9be6bf57 100644 --- a/lisp/mouse.el +++ b/lisp/mouse.el @@ -1729,6 +1729,8 @@ a large number if you prefer a mixed multitude. The default is 4." ("Outline" . "Text") ("\\(HT\\|SG\\|X\\|XHT\\)ML" . "SGML") ("log\\|diff\\|vc\\|cvs\\|Annotate" . "Version Control") ; "Change Management"? + ("Threads\\|Memory\\|Disassembly\\|Breakpoints\\|Frames\\|Locals\\|Registers\\|Inferior I/O\\|Debugger" + . "GDB") ("Lisp" . "Lisp"))) "How to group various major modes together in \\[mouse-buffer-menu]. Each element has the form (REGEXP . GROUPNAME).